- unconditional branching
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
One instruction set computer — Computer science portal A one instruction set computer (OISC), sometimes called an ultimate reduced instruction set computer (URISC), is an abstract machine that uses only one instruction – obviating the need for a machine language opcode … Wikipedia
HP 35s — The HP 35s Scientific Calculator is, as of 2007, the latest in Hewlett Packard s long line of non graphing scientific and programmable calculators. Although it is a successor to the HP 33s, it was introduced to commemorate the 35th anniversary of … Wikipedia
Imperative programming — In computer science, imperative programming is a programming paradigm that describes computation in terms of statements that change a program state. In much the same way as the imperative mood in natural languages expresses commands to take… … Wikipedia
Classic RISC pipeline — In the history of computer hardware, some early reduced instruction set computer central processing units (RISC CPUs) used a very similar architectural solution, now called a classic RISC pipeline. Those CPUs were: MIPS, SPARC, Motorola 88000,… … Wikipedia
Elektronika MK-52 — The Elektronika MK 52 ( ru. Электроника МК 52) is a non BASIC, RPN programmable calculator which was manufactured in the Soviet Union and Ukraine during the years 1983 to 1991.The functionality of the MK 52 is identical to that of the MK 61,… … Wikipedia
Branch table — In computer programming, a branch table (sometimes known as a jump table) is a term used to describe an efficient method of transferring program control (branching) to another part of a program (or a different program that may have been… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Romance languages — Romance Geographic distribution: Originally Southern Europe and parts of Africa; now also Latin America, Canada, parts of Lebanon and much of Western Africa Linguistic classification: Indo European Italic … Wikipedia
PIC microcontroller — PIC microcontrollers in DIP and QFN packages … Wikipedia
Manchester Small-Scale Experimental Machine — Replica of the Small Scale Experimental Machine (SSEM) at the Museum of Science and Industry in Castlefield, Manchester … Wikipedia
Goto — is a statement found in many computer programming languages. It is a combination of the English words and . When executed it causes an unconditional transfer of control (a jump ) to another statement. The jumped to statement is specified using… … Wikipedia